Autogenerated HTML docs for v1.6.2.1-404-gb008
diff --git a/githooks.txt b/githooks.txt index 1fd512b..1c73673 100644 --- a/githooks.txt +++ b/githooks.txt
@@ -151,6 +151,10 @@ flag=1) or a file checkout (retrieving a file from the index, flag=0). This hook cannot affect the outcome of 'git-checkout'. +It is also run after 'git-clone', unless the --no-checkout (-n) option is +used. The first parameter given to the hook is the null-ref, the second the +ref of the new HEAD and the flag is always 1. + This hook can be used to perform repository validity checks, auto-display differences from the previous HEAD if different, or set working dir metadata properties.